home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Productivity / TimeNet Pro.dmg / TimeNet.app / Contents / Info.plist
Encoding:
Extensible Markup Language  |  2005-11-20  |  1.2 KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM
  3. "file://localhost/System/Library/DTDs/PropertyList.dtd">
  4. <plist version="0.9">
  5. <dict>
  6.    <key>CFBundleExecutable</key>
  7.    <string>TimeNet</string>
  8.    <key>CFBundleInfoDictionaryVersion</key>
  9.    <string>6.0</string>
  10.    <key>CFBundleVersion</key>
  11.    <string>¬© 2005, AppleSource</string>
  12.    <key>CFBundleDevelopmentRegion</key>
  13.    <string>English</string>
  14.    <key>CFBundleName</key>
  15.    <string>TimeNet</string>
  16.    <key>CFBundlePackageType</key>
  17.    <string>APPL</string>
  18.    <key>CFBundleSignature</key>
  19.    <string>iNVc</string>
  20.    <key>CFBundleGetInfoString</key>
  21.    <string>TimeNet v3.2.9b</string>
  22.    <key>CFBundleIconFile</key>
  23.    <string>TimeNet.icns</string>
  24.    <key>CFBundleDocumentTypes</key>
  25.    <array>
  26.       <dict>
  27.          <key>CFBundleTypeName</key>
  28.          <string>invoice</string>
  29.          <key>CFBundleTypeIconFile</key>
  30.          <string>invoice.icns</string>
  31.          <key>CFBundleTypeOSTypes</key>
  32.          <array>
  33.             <string>iVDc</string>
  34.          </array>
  35.          <key>CFBundleTypeExtensions</key>
  36.          <array>
  37.             <string>tni</string>
  38.          </array>
  39.       </dict>
  40.    </array>
  41. </dict>
  42. </plist>
  43.